home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-18 / bbdrs100.zip / DRS.DOC < prev    next >
Text File  |  1991-06-21  |  12KB  |  255 lines

  1.  
  2. (C)Copyright 1991, Data Research Software, 1991 DRS
  3.  
  4.    Contents :
  5.  
  6.   1) ................................. General Information      
  7.   1A)   ................................. Why DRS?
  8.   1B)   ................................. Where is it going?
  9.   2) ................................. Manual Mode      
  10.   2A)   ................................. Selecting Data
  11.   2B)   ................................. Writing saved data to file
  12.   3) ................................. Automatic Mode      
  13.   3A)   ................................. Initial startup
  14.   3B)   ................................. What you get
  15.   4) ................................. Installation / General Info
  16.   4A)   ................................. Installing and running
  17.   4B)   ................................. General Info
  18.   5) ................................. Updates and Changes    
  19.   5A)   ................................. Received suggestions
  20.  
  21.  1                  GENERAL INFORMATION
  22.  
  23.  1A ...... WHY DRS 
  24.  
  25.  First let me say that DRS will NOT help you with binary program
  26.  disks  YET!  It is mainly for recovering DATA from bad disks!
  27.  
  28.  The need arose early in 1991 when I got out an old data disk and
  29.  needed some instructional text off of it.  I got the proverbial 
  30.  GENERAL FAILURE READING DRIVE A .  Great, now what will I do?  I
  31.  can either shoot myself, laydown and cry or get out my assortment
  32.  of fix anything utilities.  I'll probably just injure myself if I
  33.  go for the gun so I reach for the utilities.  Now the fun really 
  34.  starts.  The first thing I realize is that these utilities will 
  35.  not work unless they can read the disk first.  Great!  I put one
  36.  bullet in the gun ..... then I remember a little sign I saw in a
  37.  computer store that said,  We Recover Data .  I give them a call,
  38.  after all, How much can it cost to recover one 360K disk?  The  
  39.  last thing my wife heard before I kicked the dog and cocked the  
  40.  pistol was,  $75! Your crazier than I am...and I do this garbage
  41.  for a living!  Not only that but I ve been writing programs for 
  42.  years and I know the rules.  #1 .. There are no programmers who 
  43.  are in touch with reality!  They all think fixing something in 
  44.  10 minutes means 2 weeks.  I'll no exception to this rule ... I
  45.  can clearly see in my mind how to get there!  I've just forgotten
  46.  how many dogs I kicked the last time I took on a simple fix!  So 
  47.  you think I'll going to hand over $75 for a 10-minute fix?  Better
  48.  load your own gun!  #2  .. Every programmer in the world thinks  
  49.  that 3:00 a.m. is almost the same as 11:00 p.m.!  After I see the
  50.  trouble this guy s having I can see 3:00 a.m. coming up quickly.
  51.  By this time I'm sure this guy is one of the Bytebrothers and
  52.  I'm going to be kidnapped and made to sit through a Wichita  
  53.  River Festival with them or worse yet have to attend one of their
  54.  parties.  By this time I'm sure he is a Bytebro and I'm backing
  55.  for the door.  Too late!  It s $20 for looking at my disk and    
  56.  pronouncing, Tough Case, Sir!  That Sir is always worth $10.  All
  57.  is not lost however because I left my pistol at home and can't  
  58.  pull the trigger from here.  So I says to myself,  just bypass 
  59.  the DOS and read the disk directly by absolute sector and then 
  60.  translate the data to a readable ASCII form.   Forgetting about 
  61.  rule number 2 I begin this simple project.  Two weeks later here
  62.  it is.  Here it is! Version 1.00 with upgrades following shortly.
  63.  
  64.  
  65. 1B ...... Where is it going?
  66.  
  67.  Well, there should be a new release in about 60-days.  Several 
  68.  people have already asked for the ability to name their own
  69.  files and have the ability to save different areas of their disk
  70.  to more than one file.  One of the interesting characteristics 
  71.  of this program is that since "OS" is bypassed it will try to read
  72.  your disk even when it is not there.  Since I don't read your FAT
  73.  you get ZEROS on unmounted disks and error areas as well as empty
  74.  sectors.  This also means that I am creating a different way for
  75.  recovering binary files in the near future.  The next release will
  76.  also include an attempt at auto-repair.  In other words if your
  77.  disk returns the "GENERAL FAILURE READING DRIVE A" then my program
  78.  will try to repair it for you by creating standard routines that 
  79.  must be there to mount your disk.  I am also planning to let you
  80.  change and write back to bad disks in the near future.
  81.  
  82.  This paragraph was added after the DRS software was completed.
  83.  Before I even released this version friends who looked at it
  84.  started coming up with GOOD ideas.  Examples:  Add a direct 
  85.  printer dump!  Allow a person to open their own files and more
  86.  than one so they can stack different data parts in different files
  87.  also forward and backwards paging through the bad disk!  These
  88.  are good ideas and I will add these features right away.
  89.  
  90.  
  91.  
  92. 2A ...... Manual Mode
  93.  
  94.  (HIT F2) or use your arrow keys to Highlight the "SELECT DAMAGED
  95.  DISK" feature.  Enter the drive letter of the damaged floppy 
  96.  disk you want to read.  Usually A or B.  I read some data from
  97.  my Hard Drive with DRS but have not done any real testing on
  98.  hard disks.  
  99.  
  100.  (HIT F3) next and select a SECTOR to view.
  101.  
  102.           HINTS: you will find that in the first few sectors of
  103.                  of a floppy are the formating structure followed
  104.                  by the FAT (File Allocation Table, about sector
  105.                  5 on a 360) and then the data your looking for
  106.                  around absolute sector 15.  If you're in manual
  107.                  mode you may not want to recover any of the data 
  108.                  below this area since when you stack that binary
  109.                  data in with your text it may make your file
  110.                  unreadable by your text editor or word processor.
  111.  
  112.                  A good way to start out is to tell my program 
  113.                  that you do not want to save anything and just
  114.                  look around on your disk for awhile.
  115.  
  116.  
  117. 2B ...... Manual Mode (Writing out your data)
  118.  
  119.  (HIT F5) The next thing to do is look at what you have selected 
  120.  by hitting F5.  After you browse the sector you will be asked if
  121.  you want to save it.  If you answer YES the data will be neatly
  122.  stacked into a sequential file called RECOV1.TXT.  If you answer
  123.  NO then that sector will simply be discarded.  Your data will
  124.  be stacked in the file in the order in which you selected it.
  125.  When you exit my program several housekeeping steps are performed.
  126.  For this reason do not exit the program in the middle.  If you
  127.  do feel the need for a boot in the middle of something, it will
  128.  not harm anything but you may have to start your recovery 
  129.  process again.  One last note, when you exit DRS be sure to rename
  130.  or copy RECOV1.TXT and RECOV2.TXT to new names.  This is because
  131.  when start DRS again it will overwrite these names and you will
  132.  lose what was in them.  This will be my very first change in
  133.  version 1.01 a couple of weeks from now.  You will be able to set
  134.  your own file names and open more than two.  Also I forgot to
  135.  include MONO or COLOR selection so I will get this in the works
  136.  also.  Right now everything is in color.  You should be able to
  137.  stumble around in MONO mode.
  138.  
  139.  
  140.  
  141. 3A ...... Automatic Mode
  142.  
  143.  I added this mode as an after thought.  I figured someone out there
  144.  would want to just dump the whole disk to a file and then sort 
  145.  through it with an editor.  Well, F7 is your key!  Be patient with
  146.  the automatic mode.  It has to go get each sector one at a time 
  147.  then write it to the file RECOV2.TXT.  A 1.4M floppy takes about
  148.  15 minutes to recover in this manner.
  149.  
  150.  When you first select F7 you will be asked which drive the bad 
  151.  floppy is in.  It does not matter if you say "A", "a" or "a:".
  152.  I have sorted through the various ways you might enter the drive
  153.  and turned it into what the program is looking for.
  154.  
  155.  Next you will be asked to enter drive type: 360, 720, 1.2, 1.4 or
  156.  2.8.  This information tells the program how many sectors to read
  157.  from your bad disk.  It you tell it the wrong type, it will not
  158.  harm anything, it simply returns zeros for empty areas.  This
  159.  brings up another point.  If you read an empty drive, you will not
  160.  get error messages because there is nothing there to give you
  161.  one.  You simply get zeros for data.  If you run off the end
  162.  of the disk you will not get error messages either.  You will 
  163.  simply see the last sector repeat itself.  Remember while your
  164.  in this program, DOS does not count any more!  Your FAT means
  165.  nothing and formatting means NOTHING here!  You will be able to
  166.  look at anything on the disk regardless of what has been done
  167.  to the data.
  168.  
  169.  
  170.  
  171. 3B ...... What You Get From Automatic Mode
  172.  
  173.  After you run the auto recovery sequence against your disk,
  174.  you will have a sequential file named RECOV2.TXT sitting
  175.  on the default drive you started DRS from.  Yes, I know you
  176.  want to declare your own storage paths!  I will put that 
  177.  in the next release also.
  178.  
  179.  Your entire disk will be stored in this file except for FAT,
  180.  formatting info and blank space behind your FAT.  I did this
  181.  to protect you from the binary and control characters that
  182.  might ruin your otherwise good file.  This brings up another 
  183.  point, you can go ahead and run the manual and auto routines
  184.  at the same time.  This way you can save the whole and pick 
  185.  out selected areas from the FAT to add to it.
  186.  
  187.  
  188.  
  189. 4A ...... Installation
  190.  
  191.  The best way to utilize DRS would be to make a DRS subdirectory 
  192.  and copy the DRS.DOC, READ.ME and DRS.EXE files into it.  This
  193.  way you would have plenty of storage for your recovered files.
  194.  
  195.  
  196.  You should be able to run from a 2-floppy system. However by
  197.  keeping the DRS program disk in one drive (this drive will 
  198.  have to have enough storage to hold the other disk unless
  199.  you do not use auto mode) and putting the bad disk in the other.
  200.  
  201.  
  202.  
  203. 4B ...... General
  204.  
  205.  Please bear with me as I do not normally write software for end
  206.  users and will need a little practice.  I generally write things
  207.  to convert something, manipulate, translate or perform some task
  208.  without having the necessary front end for the end user.
  209.  If you have a need to recover data from something special, give
  210.  me a shout via SHARELINK BBS, (316) 942-3021.  I have a number
  211.  of these kinds of things to extract data from tapes and even CD
  212.  roms.  I should mention that you can always find the latest
  213.  versions of this and other software at SHARELINK or
  214.  DEN-OF-ENIQUITY BBS.  The DEN is home of the Bytebrothers and
  215.  is online 24-hours at 1200/2400/4800/9600/14.4 via
  216.  (316) 942-4080.  SHARELINK is also 24 hours, 7-days and has
  217.  the same baud rates.  SHARELINK carries 400 download directories
  218.  so you should know that DRS software is in #117 there.
  219.  
  220.  
  221.  As always with Bytebrother Software, you can always talk voice
  222.  with either Jimmy Pearson or Bob Hogan at (316) 942-1700.  The
  223.  Den of Iniquity BBS is the "Home of the Damn Bytebrothers".
  224.  
  225. 5A ...... Received Suggestions
  226.  
  227.  
  228.  FROM: Bob Clemmens          DATE: 6-19-91
  229.     COMMENT: Make the software available mail order.  I am a little
  230.              nervous about BBS software.
  231.  
  232.  
  233.  FROM: Kent Michael          DATE: 6-19-91
  234.     COMMENT: Add AUTO BROWSE and PgUp and PgDwn.
  235.  
  236.  
  237.  FROM:                       DATE: 
  238.     COMMENT:
  239.  
  240.  
  241.  FROM:                       DATE: 
  242.     COMMENT:
  243.  
  244.  
  245.  FROM:                       DATE: 
  246.     COMMENT:
  247.  
  248.  
  249.  FROM:                       DATE: 
  250.     COMMENT:
  251.  
  252.  
  253.  FROM:                       DATE: 
  254.     COMMENT:
  255.